/* general stuff */
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #000000 url(images/content_bot_bg.jpg) repeat-x ;
}
body_pages {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #000000 url(images/background_bottom.jpg) repeat-x ;
}

#menu_bar {
	height: 50px;
	padding-left: 30px;
	vertical-align: bottom;
	border-bottom: 2px solid #f8983a;
}

a {
	color: #f7b97d;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#logo_div {	
	margin-top: 20px;
	margin-left: 30px;
}

#main_container {
	background: #000000 url(../images/background_bottom.jpg) repeat-x 0px 379px;
	margin: 0px auto;
	width: 700px;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	height: 100%;
	padding: 0px 0px 0px 0px;
	
}
#main_container_pages {
	
	margin: 0px auto;
	width: 696px;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	height: 100%;
	padding: 0px 0px 0px 0px;
	
}

#top_container {
	background: #b65e1e url(../images/content_bar_bg.jpg) repeat-x;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#top_table {
	background: #b67827;
	border: 0px solid white;
}

#page_header_row td {
	min_height: 200px;
	height: 225px;
}

#content_bar {
	background: #000000 url(../images/content_bar_bg.jpg) repeat-x;
	height: 100px;
	border-top: 0px solid #807f81;
	border-bottom: 2px solid #666666;
	
}

#top_menu_bar {
	background:#560000 url(../images/background_line.gif);
	height: 100px;
	width: 700px;
	border-right: 2px solid #666666;
	border-left: 2px solid #333333;
	position:relative;
}

#content_bottom {
	color: #f8983a;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
}

#logo_div {
	position: relative;
}

ul#mainlevel {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#mainlevel li {
	float: left;
	border-left: 2px solid #f8983a;
	height: 20px;
}

a.mainlevel {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;
	font-size: 12px;
	text-transform: lowercase;
	padding-left: 5px;
	padding-right: 20px;
}

#active_menu {
	color: #FFFFFF;
}

.thumbnailDiv {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.thumbnails {
	border: 2px solid #f8983a;
}

#content_table {
	font-family: verdana;
	font-size: 12px;
}

input,select {
	font-size: 12px;
	font-family: verdana;
}

td.contentheading {
	font-size: 12px;
	font-weight: bold;
}

#splash {
	position: relative;
	text-align: center;
	margin-top: -306px;
}

.thumbnailDiv {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

.thumbnails {
	position: relative;
	border: 2px solid #f8983a;
	margin: 0px;
	padding: 0px;
	margin-top: -50px;
}

.splashImageC {
	
}

.splashImageC2 {
	border: 2px solid #f8983a;
}